home *** CD-ROM | disk | FTP | other *** search
/ Freelog 51 / Freelog051.iso / Graphisme / GLB / glb.exe / Red Bulls / script.glb < prev    next >
Text File  |  2001-08-11  |  792b  |  36 lines

  1. name = "Red Bulls"
  2. #description = "Red Bull Logo"
  3. backgroundImage = "background.gif"
  4. #author = "Marijn Kampf"
  5. backgroundExtraLeft = "bgleft.gif"
  6. backgroundExtraRight = "bgright.gif"
  7. backgroundExtraExpandFrom = "leftright"  # center / leftright / left / right
  8. backgroundExtraMarge = 25
  9.  
  10. installTempFontResource = "REDBULL_.TTF"
  11. installTempFontResource = "FUTURAL_.TTF"
  12.  
  13. ttfFont
  14.   color = $003421E0                 #   $00BBGGRR
  15.   label = "Red Bull"
  16.   align = "center"
  17.   size = 135
  18.   bold
  19.   name = "Red Bull"
  20.   xpos = "center"
  21.   ypos = 0
  22.   default = "www.marijn.org"
  23. ttfFontEnd
  24.  
  25. ttfFont
  26.   color = $003421E0
  27.   label = "Energy"
  28.   align = "center"
  29.   size = 40
  30.   bold
  31.   name = "Futura Lt BT"
  32.   xpos = "center"
  33.   ypos = 325
  34.   default = "www.marijn.org"
  35. ttfFontEnd
  36.